www.gusucode.com > Ku6网高清影视小偷程序 v2.0 > Ku6网高清影视小偷程序 v2.0\code\info.asp

    <!--#include file="init.asp"-->
<!--#include file="config.asp"-->
<%
id=request("id")
url="http://www.juchang.com/film/"&id&""
content=getHTTPPage(url)
start=instr(content,"<title>")+7
over=instr(content,"</title>")
title=mid(content,start,over-start)
title=replace(title,"酷6剧场",sitename)
start=instr(content,"name=""keywords"" content=")+24
over=instr(content,"<meta name=""description""")-4
key=mid(content,start,over-start)
start=instr(content,"name=""description"" content=")+27
over=instr(content,"<link href")-4
des=mid(content,start,over-start)
start=instr(content,"<div class=""cont cfix"">")
over=instr(content,"<!-- Start Footer -->")
content=mid(content,start,over-start)
content=replace(content,"<div class=""border remark"" id=""filmMod"">影评加载中...</div>","")
content=re(content,"\<a href=""http\:\/\/so\.juchang\.com\/jc\?q(.*?)\>(.*?)\<\/a\>","$2")
content=re(content,"http\:\/\/list\.juchang\.com\/jcl\/(.*?)\.html","index.asp?k=$1.html")
content=re(content,"http\:\/\/www\.juchang\.com\/film\/(\d*)\.html","info.asp?id=$1.html")
content=re(content,"http://v.ku6.com/film/(.*?)","play.asp?k=$1")
content=re(content,"\<a href=(.*?) class=""btnWrite fr""\>(.*?)\<\/a\>","")
%>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> 
<html xmlns="http://www.w3.org/1999/xhtml"> 
<head> 
<meta http-equiv="Content-Type" content="text/html; charset=GBK" /> 
<meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7" /> 
<link rel="search" type="application/opensearchdescription+xml" title="<%=sitename%>" href="http://static.ku6.com/opensearch.xml" /> 
<title><%=title%></title> 
<meta name="keywords" content=<%=key%> /> 
<meta name="description" content=<%=des%> /> 
<link href="http://img.ku6.com/juchang/201004222115/css/film.m.css" rel="stylesheet" type="text/css" /> 
<script type="text/javascript" src="http://static.ku6.com/script/juchang/201004021957/app.m.js"></script> 
<script type="text/javascript" src="http://static.ku6.com/script/juchang/201004021957/boot.js"></script> 
<script type="text/javascript" src="http://static.ku6.com/script/juchang/201004021957/film.m.js"></script> 
</head>
<body>
<!--#include file="head.asp"-->
<%=content%>
<!--#include file="foot.asp"-->
</body>
</html>